opencv/samples/java/tutorial_code/ImgProc
Maksim Shabunin 8a62b03761
Merge pull request #22754 from mshabunin:c-cleanup
C-API cleanup for OpenCV 5.x (imgproc, highgui)

* imgproc: C-API cleanup

* imgproc: increase cvtColor test diff threshold

* imgproc: C-API cleanup pt.2

* imgproc: C-API cleanup pt.3

* imgproc: C-API cleanup pt.4

* imgproc: C-API cleanup pt.5

* imgproc: C-API cleanup pt.5

* imgproc: C-API cleanup pt.6

* highgui: C-API cleanup

* highgui: C-API cleanup pt.2

* highgui: C-API cleanup pt.3

* highgui: C-API cleanup pt.3

* imgproc: C-API cleanup pt.7

* fixup! highgui: C-API cleanup pt.3

* fixup! imgproc: C-API cleanup pt.6

* imgproc: C-API cleanup pt.8

* imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9

* fixup! imgproc: C-API cleanup pt.9
2022-12-14 18:57:08 +00:00
..
BasicGeometricDrawing Update documentation and samples 2018-08-17 14:21:29 +03:00
changing_contrast_brightness_image Add Java and Python code for the following tutorials: 2018-07-11 20:14:58 +02:00
erosion_dilatation Merge pull request #22754 from mshabunin:c-cleanup 2022-12-14 18:57:08 +00:00
HitMiss Tutorial Hit-or-Miss 2017-10-05 14:14:04 +03:00
morph_lines_detection Tutorial Morph Lines Detection 2017-10-05 14:14:04 +03:00
opening_closing_hats Use directly HighGui.toBufferedImage(). 2018-05-25 16:23:42 +02:00
Pyramids Tutorial Image Pyramids 2017-10-05 14:17:38 +03:00
Smoothing Merge pull request #12246 from sturkmen72:move_enums 2018-08-24 11:11:34 +03:00
threshold Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 2018-05-18 20:11:53 +02:00
threshold_inRange Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 2018-05-18 20:11:53 +02:00
tutorial_template_matching Use directly HighGui.toBufferedImage(). 2018-05-25 16:23:42 +02:00