首页
讨论区
新职位
搜索论坛
什么's new
新职位
新的个人资料帖子
最新活动
会员
目前的访客
新的个人资料帖子
搜索个人资料帖子
VB.NET社区
登录
登记
什么's new
搜索
搜索
仅搜索标题
经过:
新职位
搜索论坛
Menu
Log in
Register
安装应用
安装
首页
讨论区
C#
图形/ GDI +
添加图像像素值-Canny到原始图像处理
您正在使用过期的浏览器。它可能无法正确显示此网站或其他网站。
您应该升级或使用
替代浏览器
.
回复主题
信息
<blockquote data-quote="defunktlemon" data-source="post: 4323" data-attributes="member: 8188"><p>I have the information about the overrun problem I found on the site I'm using for this study.</p><p></p><p>Ref: <a href="http://homepages.inf.ed.ac.uk/rbf/HIPR2/pixadd.htm">Image Arithmetic - Pixel Addition</a></p><p></p><p><span style="color: #000000"><span style="font-family: 'Times New Roman'">If the image format being used only supports, say </span></span><a href="http://homepages.inf.ed.ac.uk/rbf/HIPR2/gryimage.htm">8-bit integer pixel values</a><span style="color: #000000"><span style="font-family: 'Times New Roman'">, then it is very easy for the result of the addition to be greater than the maximum allowed pixel value. The effect of this depends upon the particular implementation. The overflowing pixel values might just be set to the maximum allowed value, an effect known as </span></span><a href="http://homepages.inf.ed.ac.uk/rbf/HIPR2/wrap.htm">saturation</a><span style="color: #000000"><span style="font-family: 'Times New Roman'">. Alternatively the pixel values might wrap around from zero again. If the image format supports pixel values with a much larger range, </span></span><em>e.g.</em><span style="color: #000000"><span style="font-family: 'Times New Roman'"> 32-bit integers or floating point numbers, then this problem does not occur so much.</span></span></p><p><span style="color: #000000"><span style="font-family: 'Times New Roman'"></span></span></p><p><span style="color: #000000"><span style="font-family: 'Times New Roman'">I think there may be two ways to go about this, one using loops and get / set, and the other using LockBits.</span></span></p></blockquote><p></p>
Insert quotes…
确认
发表回复
首页
讨论区
C#
图形/ GDI +
添加图像像素值-Canny到原始图像处理
本网站使用Cookie来帮助个性化内容,调整您的体验并在注册时保持登录状态。
继续使用本网站,即表示您同意我们使用cookie。
接受
了解更多…
最佳
底部