Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用代表卫星图像的 netCDF 矩阵。我正在尝试制作一个二进制掩码,以便我可以分析矩阵中的 ROI。我制作了一个椭圆形用作遮罩。
现在,函数 createMask 需要底层数据的图像句柄。如何获取数据矩阵的图像句柄?我已显示为轮廓图。
createMask()函数也可以在没有图像句柄的情况下工作。要获得二进制掩码,只需这样做:
imshow(Img,[]); e = imellipse(); mask = createMask(e);
如果要使用图像句柄来执行此操作,可以通过执行以下操作创建图像句柄:
h_img = imshow(Img,[]);
然后,您可以在createMask()函数中使用此句柄。(但这并不是真的必要)
My JSON backend can return a single object or an array of objects.
My Ajax callback is managing the callback response.
It works fine if the response contains more