搜索资源列表
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
WANG-LCV
- 经典LCV模型的代码,基于全聚和局部项,分别进行演化驱动,达到最终分割-Code classic LCV model, based on full cohesion and local items were driving the evolution to a final split
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)