@Namespace(value="cv::quality") @NoOffset @Properties(inherit=opencv_quality.class) public class QualityBase extends Algorithm
/************************************ Quality Base Class
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
QualityBase(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
\brief Implements Algorithm::clear()
|
Scalar |
compute(GpuMat img) |
Scalar |
compute(Mat img)
\brief Compute quality score per channel with the per-channel score in each element of the resulting cv::Scalar.
|
Scalar |
compute(UMat img) |
boolean |
empty()
\brief Implements Algorithm::empty()
|
void |
getQualityMap(GpuMat dst) |
void |
getQualityMap(Mat dst)
\brief Returns output quality map that was generated during computation, if supported by the algorithm
|
void |
getQualityMap(UMat dst) |
getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic QualityBase(Pointer p)
Pointer.Pointer(Pointer).@ByVal public Scalar compute(@ByVal Mat img)
img - comparison image, or image to evalute for no-reference quality algorithmspublic void getQualityMap(@ByVal Mat dst)
Copyright © 2020. All rights reserved.