摘要:
//前面请参照之前的文章void CBMPViewerDoc::OnMenuitem32797() //轮廓提取 适合已经转变为二值图像{// TODO: Add your command handler code hereint linewidth;linewidth=(pbi->bmiHeader.biWidth*pbi->bmiHeader.biBitCount+31)/32*4;HLOCAL hTemp;hTemp = LocalAlloc(LHND ,linewidth * bi.biHeight );LPSTR lpTemp;lpTemp = (char*)LocalL 阅读全文
阅读排行榜
java版QQ 欢迎点评
2010-12-17 18:34 by libing64, 241 阅读, 收藏,
摘要:
/** To change this template, choose Tools | Templates* and open the template in the editor.刚写的java版QQ,实现C/S聊天室功能,与在线好友聊天,添加删除好友。选择UDP数据报而不是socket,不区分client和sever,直接通信。*/package myqq;import java.awt.*;import java.awt.event.*;import javax.swing.border.*;import javax.swing.*;import java.net.*;import ja 阅读全文
博客园我来了
2013-01-27 14:33 by libing64, 221 阅读, 收藏,
摘要:
今天决定从CSDN搬家到博客园,第一篇日志,使用Windows live Writer发布,试一试效果。 1 2 3 4 阅读全文
VC6.0图形处理7--边缘检测
2011-09-01 13:20 by libing64, 220 阅读, 收藏,
摘要:
源码下载:http://download.csdn.net/detail/renshengrumenglibing/3875522//边缘检测主要的思想是利用灰度变化率,找出变化大的地方,大多采用Sobel算子,Prewitt算子,和LapLacian算子等方式,只是算子不同,其他的均一样void CBMPViewerDoc::OnMenuitem32793() //Sobel算子{// TODO: Add your command handler code hereint linewidth;linewidth=(pbi->bmiHeader.biWidth*pbi->bmiHe 阅读全文
浙公网安备 33010602011771号