@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class EdgeDetector extends EdgeDetectorPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMapPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EdgeDetector(PipelineImpl par,
long nodeId) |
EdgeDetector(PipelineImpl par,
long nodeId,
EdgeDetectorProperties props) |
EdgeDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getWaitForConfigInput()
Deprecated.
|
EdgeDetectorConfig |
initialConfig()
Initial config to use for edge detection.
|
Node.Input |
inputConfig()
Input EdgeDetectorConfig message with ability to modify parameters in runtime.
|
Node.Input |
inputImage()
Input image on which edge detection is performed.
|
static BytePointer |
NAME() |
Node.Output |
outputImage()
Outputs image frame with detected edges
|
Node.Output |
passthroughInputImage()
Passthrough message on which the calculation was performed.
|
void |
setMaxOutputFrameSize(int maxFrameSize)
Specify maximum size of output image.
|
void |
setNumFramesPool(int numFramesPool)
Specify number of frames in pool.
|
void |
setWaitForConfigInput(boolean _wait)
Deprecated.
|
clone, getName, properties, propertiesassetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic EdgeDetector(Pointer p)
Pointer(Pointer).public EdgeDetector(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
public EdgeDetector(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId, @UniquePtr EdgeDetectorProperties props)
@MemberGetter @Cast(value="const char*") public static BytePointer NAME()
@MemberGetter @ByRef public EdgeDetectorConfig initialConfig()
@MemberGetter @ByRef public Node.Input inputConfig()
@MemberGetter @ByRef public Node.Input inputImage()
@MemberGetter @ByRef public Node.Output outputImage()
@MemberGetter @ByRef public Node.Output passthroughInputImage()
@Deprecated public void setWaitForConfigInput(@Cast(value="bool") boolean _wait)
wait - True to wait for configuration message, false otherwise.@Cast(value="bool") @Deprecated public boolean getWaitForConfigInput()
setWaitForConfigInputpublic void setNumFramesPool(int numFramesPool)
numFramesPool - How many frames should the pool havepublic void setMaxOutputFrameSize(int maxFrameSize)
maxFrameSize - Maximum frame size in bytesCopyright © 2023. All rights reserved.