Uses of Class
org.opencv.photo.AlignExposures
-
Packages that use AlignExposures Package Description org.opencv.photo -
-
Uses of AlignExposures in org.opencv.photo
Subclasses of AlignExposures in org.opencv.photo Modifier and Type Class Description class
AlignMTB
This algorithm converts images to median threshold bitmaps (1 for pixels brighter than median luminance and 0 otherwise) and than aligns the resulting bitmaps using bit operations.Methods in org.opencv.photo that return AlignExposures Modifier and Type Method Description static AlignExposures
AlignExposures. __fromPtr__(long addr)
-