Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukyasa/mmcamscanner
Simulation of CamScanner app With Custom Camera and Crop Rect Validation
https://github.com/mukyasa/mmcamscanner
crop-image crop-rect-validation custom-camera ios objective-c opencv opencv-library simulation tesseract-ocr
Last synced: about 23 hours ago
JSON representation
Simulation of CamScanner app With Custom Camera and Crop Rect Validation
- Host: GitHub
- URL: https://github.com/mukyasa/mmcamscanner
- Owner: mukyasa
- License: other
- Created: 2015-06-16T10:04:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T19:56:39.000Z (over 6 years ago)
- Last Synced: 2025-02-01T07:15:07.333Z (about 23 hours ago)
- Topics: crop-image, crop-rect-validation, custom-camera, ios, objective-c, opencv, opencv-library, simulation, tesseract-ocr
- Language: Objective-C
- Homepage:
- Size: 51.4 MB
- Stars: 809
- Watchers: 53
- Forks: 186
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMCamScanner
#### Simulation to CamScanner app With Custom Camera and Crop Rect Validation------------------
![MMCamScanner](https://github.com/mukyasa/MMCamScanner/blob/master/camscan.gif)
#### Video preview [Here](https://www.youtube.com/watch?v=vO1kA6fjKQ4)
#### ChangeLog(31/7/2015)
* Crop Feature Tweaked for more control in horizontal and vertical dragging.
* NOW , Landscape and Potrait both images can be used in scanning the objects in images.
* Addded Image Filters (Gray Scale, Magic Color ,Black and White)
* Left Rotate and Right Rotate
**Framework**
Add the Frameworks to see the DemoOpenCV:http://opencv.org/
Tesseract OCR:https://github.com/gali8/Tesseract-OCR-iOS**Thanks to Stackoverflow for solving queries related to OpenCV**
**Credits**
Excellent Square Detection Code Ref:[Here](http://stackoverflow.com/questions/8667818/opencv-c-obj-c-detecting-a-sheet-of-paper-square-detection) and [Here](https://github.com/Itseez/opencv/blob/master/samples/cpp/squares.cpp)
OpenCV Tutorials:[Here](http://opencv.org/">http://opencv.org)
Custom Camera Project Ref:[Here](https://github.com/LoganWright/SimpleCam)
(LoganWright)Crop Rect Validation Vector Ref:[Here](https://github.com/mysterioustrousers/MTGeometry) (Mysterious Trousers)
**Also Thanks to this Project from where it is Inspired From**
Maximilian Mackh :[Here](https://github.com/mmackh/MAImagePickerController-of-InstaPDF)
**This Project Contains**
1.Custom Camera(Support Potrait Only Now) with Zoom Slider,Pinch Zoom,Tap to Focus features also.
2.Custom Ripple View Controller Animation.
3.OpenCV square Detection in Image for detecting objects.
4.OpenCV perpespective and warptransform for CROP feature.
5.Crop Validation for checking INVALID RECT.
6.Memory Efficient Camera(Thanks to SimpleCam Project).
7.Tesseract OCR.**My Other Repositories**
**MMPaper:**
https://github.com/mukyasa/MMPaper**MMTextFieldEffects:**
https://github.com/mukyasa/MMTextFieldEffects**MMGooglePlayNewsStand:**
https://github.com/mukyasa/MMGooglePlayNewsStand**MMPaperPanFlip:**
https://github.com/mukyasa/MMPaperPanFlip**MMTransitionEffect:**
https://github.com/mukyasa/MMTransitionEffectContact Me
==========
Mukesh MandoraContact: [email protected]
Twitter: http://twitter.com/mandymuku
LinkedIn: https://in.linkedin.com/in/mukeshmandora
Github:https://github.com/mukyasa
## License
MMCamScanner is available under the Apache license. See the LICENSE file for more info.