搜索资源列表
Telnet协定远端登陆VC源代码
- Telnet协定远端登陆VC源代码 TelnetServer::setServer(int nPort, int nMaxConnects, char connectMsg[9999], char serverFullMsg[9999]) { int lcv; if (nMaxConnects < 1) { nMaxConnects = 1; } if (nMaxConnects > 100) { nMaxConnects = 100; } PORT =
LCV 局部区域活动轮廓模型
- 这是“An efficientlocalChan–Vesemodelforimagesegmentation”(简称LCV模型)的MATLAB源代码。LCV模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。-This is "An efficientlocalChan-Vesemodelforimagesegmentation" (referred to as the LCV model) of the MATLA
libdecodeqr-ubuntu
- libdecodeqr在ubuntu上编译遇到问题的解决方法,解决如下错误 checking for cvCreateImage in -lcv... no If your system already has OpenCV, append place of the cv.h libdecodeqr.a(imagereader.o): undefined reference to symbol cvApproxPoly -checking for cvCreateImage in-l
WANG-LCV
- 经典LCV模型的代码,基于全聚和局部项,分别进行演化驱动,达到最终分割-Code classic LCV model, based on full cohesion and local items were driving the evolution to a final split
圖形照片以及圖片比對
- This DSSIM program has been created by Philipp Klaus Krause based on Rabah Mehdi's C++ implementation of SSIM (http://mehdi.rabah.free.fr/SSIM). Originally it has been created for the VMV '09 paper "ftc - floating precision texture compressio
level-set-CV-and-LCV
- 水平集的经典模型CV模型及一种快速精确的改进模型LCV模型,都可以在主函数中调用- Classic model CV model level set and a fast accurate improved model LCV model, you can call in the main function
14615465LCV
- 基于水平集的活动轮廓模型-LCV模型用于图像分割(image segmentation based on active contour model)