@Namespace(value="cv::text") @Properties(inherit=opencv_text.class) public class BaseOCR extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BaseOCR(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run(Mat image,
BytePointer output_text) |
void |
run(Mat image,
BytePointer output_text,
RectVector component_rects,
StringVector component_texts,
FloatVector component_confidences,
int component_level) |
void |
run(Mat image,
Mat mask,
BytePointer output_text) |
void |
run(Mat image,
Mat mask,
BytePointer output_text,
RectVector component_rects,
StringVector component_texts,
FloatVector component_confidences,
int component_level) |
address, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public BaseOCR(Pointer p)
Pointer.Pointer(Pointer)
.public void run(@ByRef Mat image, @StdString @ByRef BytePointer output_text, RectVector component_rects, StringVector component_texts, FloatVector component_confidences, int component_level)
public void run(@ByRef Mat image, @StdString @ByRef BytePointer output_text)
public void run(@ByRef Mat image, @ByRef Mat mask, @StdString @ByRef BytePointer output_text, RectVector component_rects, StringVector component_texts, FloatVector component_confidences, int component_level)
public void run(@ByRef Mat image, @ByRef Mat mask, @StdString @ByRef BytePointer output_text)
Copyright © 2020. All rights reserved.