├── README.md ├── angle └── angle.cpp ├── box-format ├── box_convert.cpp └── box_format2.cpp ├── bulid.sh ├── main ├── binary.cpp ├── exif.cpp ├── fourier.cpp ├── fuzzy.cpp ├── imagebase ├── imagebase.cpp ├── imagebase.hpp ├── jpeg_exif.cpp ├── moire.cpp ├── noise.cpp ├── projection.cpp ├── rlines.cpp ├── scannerlite.cpp └── shadow.cpp ├── psm └── psm.cpp └── testimg ├── Inked1_LI.jpg ├── Inked2_LI.jpg ├── InkedIMG_2251_LI.jpg └── InkedInkedIMG_2249_LI.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/README.md -------------------------------------------------------------------------------- /angle/angle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/angle/angle.cpp -------------------------------------------------------------------------------- /box-format/box_convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/box-format/box_convert.cpp -------------------------------------------------------------------------------- /box-format/box_format2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/box-format/box_format2.cpp -------------------------------------------------------------------------------- /bulid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/bulid.sh -------------------------------------------------------------------------------- /main/binary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/binary.cpp -------------------------------------------------------------------------------- /main/exif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/exif.cpp -------------------------------------------------------------------------------- /main/fourier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/fourier.cpp -------------------------------------------------------------------------------- /main/fuzzy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/fuzzy.cpp -------------------------------------------------------------------------------- /main/imagebase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/imagebase -------------------------------------------------------------------------------- /main/imagebase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/imagebase.cpp -------------------------------------------------------------------------------- /main/imagebase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/imagebase.hpp -------------------------------------------------------------------------------- /main/jpeg_exif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/jpeg_exif.cpp -------------------------------------------------------------------------------- /main/moire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/moire.cpp -------------------------------------------------------------------------------- /main/noise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/noise.cpp -------------------------------------------------------------------------------- /main/projection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/projection.cpp -------------------------------------------------------------------------------- /main/rlines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/rlines.cpp -------------------------------------------------------------------------------- /main/scannerlite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/scannerlite.cpp -------------------------------------------------------------------------------- /main/shadow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/main/shadow.cpp -------------------------------------------------------------------------------- /psm/psm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/psm/psm.cpp -------------------------------------------------------------------------------- /testimg/Inked1_LI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/testimg/Inked1_LI.jpg -------------------------------------------------------------------------------- /testimg/Inked2_LI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/testimg/Inked2_LI.jpg -------------------------------------------------------------------------------- /testimg/InkedIMG_2251_LI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/testimg/InkedIMG_2251_LI.jpg -------------------------------------------------------------------------------- /testimg/InkedInkedIMG_2249_LI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigchao8/Opencv-ImageBase/HEAD/testimg/InkedInkedIMG_2249_LI.jpg --------------------------------------------------------------------------------