Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4899296
Votes 0
Synopsis Erosion or dilation on bilevel image fails when kernel height is smaller then the width
Category jai:implementation
Reported Against 1.1.2
Release Fixed 1.1.3-beta
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 31-JUL-2003
Description
Erosion on bilevel image fails when kernel height is smaller then the width
Work Around
N/A
Evaluation
In the packKernel() methods in ErodeBinaryOpImage and DilateBinaryOpImage the increment of the variable "m" in the for loop on the index "i" is incorrect: it is "kh" when it should be "kw" for the kernel width.
Posted Date : 2005-12-08 02:19:40.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang