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.
我在这张图片中有 3 条“线”。
我想从图片中的数据中插入 3 个函数,类似于第二张图片,
有任何想法吗?
首先,我假设您有颜色到强度的映射。您真的想将强度用作灰度图像。
使用模糊功能来减少图像中的噪点并帮助使输出连续。
使用垂直差异来查找线。差异从正面变为负面的地方就是放置线的地方。