Atitit.识别损坏的图像

Posted attilaxAti

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Atitit.识别损坏的图像相关的知识,希望对你有一定的参考价值。

 

 

 

Atitit.识别损坏的图像

 

判断jpg图像损坏原理。读取gray line perc ent

Png图片送货原理,直接回报EOFException

 

/atiplat_cms/src/com/attilax/img/imgx.java

int brk_pct = new imgx().GrayLinePercent(f);

 

作者:: 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 

汉字名:艾提拉(艾龙)   EMAIL:1466519819@qq.com

转载请注明来源: http://www.cnblogs.com/attilax/

 

 

/**

attilax    2016年9月28日  下午5:35:57

 * @param f

 * @return

 */

public int GrayLinePercent(String f) {

BufferedImage img = null;

try {

img = ImageIO.read(new File( f));

} catch(EOFException e)

{

throw new PngFormatEx(f);

}catch (IOException e) {

ExUtil.throwEx(e);

}

return ( GrayLinePercent(img) );

 

}

 

/**

 *

attilax    2016年9月28日  下午5:18:58

 * @param image

 * @return

 */

public static int GrayLinePercent(BufferedImage image) {

 int heit=image.getHeight();

 int gray=0;

 for(int i=0;i<heit;i++)

 {

 if(i==185)

 System.out.println("dbg");

 PixLine pl=getPixLine(image, i);

 if(isGrayLinee(pl))

 gray++;

 }

return (int) ((float)gray/(float)heit*100);

}

 

 

atiend

 

以上是关于Atitit.识别损坏的图像的主要内容,如果未能解决你的问题,请参考以下文章

使用OpenCV检测损坏的形状

超硬核:优驾实现车载图像识别技术突破并测试成功!

电路板损坏导致电脑识别不到硬盘怎么恢复

Atitit 图像处理--图像分类 模式识别 肤色检测识别原理 与attilax的实践总结

Excel图像损坏,没有被指定在windows上运行,或者包含错误怎么办?

电脑提示损坏的图像,没有被指定在Windows上运行,或者它包含错误。怎么解决?