代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/462810/7195657

c tools_process.c

/* /////////////////////////////////////////////////////////////////////////////// // // // Copyright (C) 2006-2008 Be
www.eeworm.com/read/391055/8425719

cpp waitprogress.cpp

// WaitProgress.cpp : implementation file // #include "stdafx.h" #include "rmtool.h" #include "WaitProgress.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/190083/8449236

cpp textviewsyntax.cpp

// // MODULE: TextView.cpp // // PURPOSE: Implementation of the TextView control // // NOTES: www.catch22.net // #define STRICT #define WIN32_LEAN_AND_MEAN #include #includ
www.eeworm.com/read/290501/8479869

cpp sortview.cpp

// SortView.cpp : implementation of the CSortView class //2005.11.12 //作者:唐火明 032124310 杨明清 032124309 #include "stdafx.h" #include "Sort.h" #include "SortDoc.h" #include "SortView.h" #ifd
www.eeworm.com/read/188543/8530022

m 13-12.m

RGB = imread('flowers.tif'); subplot(221),imshow(RGB) title('原始真彩色图像') subplot(222),imshow(RGB(:,:,1)) title('真彩色图像红色分量') subplot(223),imshow(RGB(:,:,2)) title('真彩色图像绿色分量') subplot(224),imshow(
www.eeworm.com/read/389348/8532373

m ex1.m

I = imread('chrimage.bmp'); figure,imshow(I); I2 = rgb2gray(I); s = size(I2); I4 = 255*ones(s(1), s(2), 'uint8'); I5 = imsubtract(I4,I2); I3 = medfilt2(I5,[5 5]); I3 = imadjust(I3); bw = im2bw
www.eeworm.com/read/188096/8572459

java imagexor.java

import java.applet.*; import java.awt.*; import java.awt.image.*; import java.net.*; import java.util.*; import java.io.*; /** *ImageXor is an algorithm to apply logical XOR/XNOR between
www.eeworm.com/read/432425/8605580

txt 关于图像预处理.txt

方法: 对于背景图像和当前采集图像 逐个像素计算RGB夹角, 超过角度门限就判定为有目标 看掌纹的论文
www.eeworm.com/read/432378/8608092

m save_nii.m

% Save NIFTI dataset. Support both *.nii and *.hdr/*.img file extension. % If file extension is not provided, *.hdr/*.img will be used as default. % % Usage: save_nii(nii, filename, [old_RGB])