代码搜索:债权分割
找到约 1,468 项符合「债权分割」的源代码
代码结果 1,468
www.eeworm.com/read/436736/7763021
pdf 基于免疫算法的图像阈值分割.pdf
www.eeworm.com/read/140622/13071579
txt 关于肤色分割的matlab源代码.txt
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色
仅供大家参考!!
%将RGB色彩空间转换为Ycbcr色彩空间
imgrgb3=rgb2ycbcr(imgrgb);
y=imgrgb3(:,:,1);
cb=imgrgb3(:,:,2);
cr=imgrgb3(:,:,3);
%==================================
%在Ycb
www.eeworm.com/read/240313/13225986
pdf 视频对象分割及跟踪方法研究.pdf
www.eeworm.com/read/319115/13459951
pdf 图像阈值分割的vc++实现.pdf
www.eeworm.com/read/303815/13808180
pdf 基于免疫算法的图像阈值分割.pdf
www.eeworm.com/read/480334/6672617
doc fcm方法进行图像分割源程序.doc
www.eeworm.com/read/478306/6714570
kdh 图像分割的理论_方法及应用.kdh
www.eeworm.com/read/260077/11748664
pdf 视频检索中镜头分割方法综述.pdf
www.eeworm.com/read/258049/11891577
cpp txt文件分割器gui版.cpp
// TXT文件分割器GUI版.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TXT文件分割器GUI版.h"
#include "TXT文件分割器GUI版Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/258049/11891585