You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imageScopeXMLcreate: input parameter: fileName, creates an empty xml file for fileName
imageScopeXMLaddCircle: input parameters: filename, circle radius and x0,y0 pixel values at center
imageScopeXMLaddRectangle: input parameters: filename, xLength, yLength and x0,y0 pixel values at center
imageScopeXMLaddCounter: input parameters: filename, x, y
The text was updated successfully, but these errors were encountered:
I create a function imageScopeXMLcreate.R to generate the XML annotation file ( circle, square, number pointer) and a testing function testing.R
They are in our SVN /eeDAP/000_experiments/20160324_DIDSReeDAPstudyMitoticCounts/collectResult/aggregateResult.
Can you do the following?
imageScopeXMLcreate: input parameter: fileName, creates an empty xml file for fileName
imageScopeXMLaddCircle: input parameters: filename, circle radius and x0,y0 pixel values at center
imageScopeXMLaddRectangle: input parameters: filename, xLength, yLength and x0,y0 pixel values at center
imageScopeXMLaddCounter: input parameters: filename, x, y
The text was updated successfully, but these errors were encountered: