<itemvalue="Canny finds edges in an image using the Canny algorithm. The function finds edges in the input image image and marks them in the output map edges using the Canny algorithm. The smallest value between threshold1 and threshold2 is used for edge linking. The largest value is used to find initial segments of strong edges."/>
<itemvalue="[data] will be copied 2 times, use [Mat.fromVec] or [Mat.fromBuffer] if better performance"/>
<itemvalue="[data] should be raw pixels values with exactly same length of channels [rows] [cols]"/>
<itemvalue="predefined type constants"/>
@ -70,8 +72,6 @@
<itemvalue="set on screen joystick visibility"/>
<itemvalue="set on screen joystick visible"/>
<itemvalue="When true the texture will not be updated with new frames."/>
<itemvalue="Sets the video output driver for native backend."/>
<itemvalue="The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog 可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog"/>