代码搜索结果
找到约 8,819 项符合
RGB 的代码
hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
styler~1.ctl
VERSION 5.00
Begin VB.UserControl StylerButton
ClientHeight = 1470
ClientLeft = 0
ClientTop = 0
ClientWidth = 2295
BeginProperty Font
Name
blended_horizontalstitch.m
function Istblend=blended_horizontalstitch(I,dx)
%produces blended mosaic from an array of Ni images
%using the distances provided in the vector dx (length Ni-1)
%works for images with dimensions
findenergy.m
function Emean=findEnergy(x)
% FINDENERGY creates an gradient img from a given RGB or grayscale image.
% The vertical and horizontal gradients are found using a Sobel operator
% and the gradient ma
convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
scomm.cpp
// SCOMM.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SCOMM.h"
#include "SCOMMDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
findenergy.m
function Emean=findEnergy(x)
% FINDENERGY creates an gradient img from a given RGB or grayscale image.
% The vertical and horizontal gradients are found using a Sobel operator
% and the gradient ma
hang.m
RGB=imread('000000.jpg');%读图
for k=1:10
I= double(rgb2gray(RGB));
h = fspecial('sobel');
gx=imfilter(I,h,'replicate');
gy=imfilter(I,h,'replicate');
eI=abs(gx)+abs(