+ [task#127424] add comments for displayColoredImage function.
This commit is contained in:
@@ -227,7 +227,14 @@ function colorRegions(binaryImageData)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 展示着色的图像。
|
||||
* Display colored image.
|
||||
*
|
||||
* @param string coloredImageData
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function displayColoredImage(coloredImageData)
|
||||
{
|
||||
const canvas = $('#canvas')[0];
|
||||
|
||||
Reference in New Issue
Block a user