Searched refs:mScriptCanny (Results 1 – 1 of 1) sorted by relevance
54 private ScriptC_canny mScriptCanny; field in ViewfinderProcessor86 mScriptCanny = new ScriptC_canny(rs); in ViewfinderProcessor()87 mScriptCanny.set_blurImage(mBlurAllocation); in ViewfinderProcessor()88 mScriptCanny.set_edgeImage(mEdgeAllocation); in ViewfinderProcessor()107 mScriptCanny.set_hough_output(mHoughOutput); in ViewfinderProcessor()180 mScriptCanny.set_gCurrentFrame(mInputAllocation); in run()188 mScriptCanny.forEach_getyuv_y(mEdgeAllocation); in run()193 mScriptCanny.forEach_blur_uchar(mBlurAllocation, opt); in run()197 mScriptCanny.forEach_edge(mEdgeAllocation, opt); in run()201 mScriptCanny.forEach_thin(mBlurAllocation, opt); in run()[all …]