* Cx , Cy= Center (X coordinates , Y coordinates)
Row P , Col P = Row and Column Pixel values *
Given a scenario like above, I wish to extract the corresponding row and column pixel values of the selected cX and cY.
Example: if cX value = (min(cX) +/- 10) and cY = (min(cY) +/- 10) then return the corresponding row and column pixel values.
Expected output: cX = 298 , cY = 270 RowP = 842, and ColP = 505
