CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dra
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dra - List
[
Windows Develop
]
reply_1_855734
DL : 0
// Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pGradX = new int[sz.cx*sz.cy] //y方向 int *pGradY pGradY = new int[sz.cx*sz.cy] //梯度的幅度 int *pGradMag pGradMag = new int[sz.cx*sz.cy] //对原图高斯滤波 GaussianSmooth(sz,pGray,pGaussSmooth,sigma) //计算方向导数和梯度的幅度 Grad(sz,pGaussSmooth,pGradX,pGradY,pGradMag) //应用非最大抑制 NonmaxSuppress(pGradMag,pGradX,pGradY,sz,pResult) //应用Hysteresis,找到所有边界 Hysteresis(pGradMag,sz,dRatLow,dRatHigh,pResult) delete[] pGradX pGradX = NULL delete[] pGradY pGradY = NULL -/ / Canny operator void Canny (LPBYTE pGray. SIZE sz, double sigma, double dRatLow. double dRatHigh. LPBYTE pResult) (/ / after Gaussian filtering of images LPBYTE pGaussS mooth unsigned pGaussSmooth = new char [sz.cx * sz.cy] / / x direction derivative indicators pGradX pGradX int * = new int [ sz.cx * sz.cy] / / int * y direction pGradY pGradY = new int [sz.cx * sz.cy] / / gradient magnitude int * pGradMag pGradMag = new int [sz.cx * sz.cy] / / maximum Gaussian filter to GaussianSmo oth (sz, pGray, pGaussSmooth. sigma) / / calculate derivative and the gradient range Grad (sz. pGaussSmooth, pGradX, pGradY. pGradMag) / / non-application of the biggest inhibition NonmaxSuppress (pGradMa g, pGradX, pGradY, sz, pResult) / / Application Hysteresis, find all border Hysteresis (pGradMag, sz, dRa
Date
: 2008-10-13
Size
: 53.33kb
User
:
王学金
[
GUI Develop
]
Drag-Drop_197889392006
DL : 0
This program explains how to enable the Drag-Drop feature in your application. furthermore you can drop the whole directory into the program and it will add the files in that specific directory into the list.-This program explains how to enable the Dra g-Drop feature in your application. furthermo 're you can drop the whole directory into the prog ram and it will add the files in that specific dir ectory into the list.
Date
: 2008-10-13
Size
: 11.19kb
User
:
簡宇
[
Other resource
]
drawspare
DL : 0
draw spare,It s very good dra w spare,It s very good-draw spare, It's very good draw spare. It's very good draw spare, It's very good
Date
: 2008-10-13
Size
: 56.35kb
User
:
何斌
[
Menu control
]
skinmenu7777
DL : 0
A Revolutionary New Approach to Custom Drawn Menus - The Code Project - Menu-A Revolutionary New Approach to Custom Dra wn Menus - The Code Project - Menu
Date
: 2008-10-13
Size
: 55.61kb
User
:
fuhui
[
Other
]
draft-ietf-simple-xcap-07
DL : 0
最新的xcap协议,用在3g业务的POC业务系统中,非常新-latest xcap agreement with the POC 3g business operations system, very new! !
Date
: 2025-07-06
Size
: 33kb
User
:
赵草
[
Windows Develop
]
reply_1_855734
DL : 0
// Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pGradX = new int[sz.cx*sz.cy] //y方向 int *pGradY pGradY = new int[sz.cx*sz.cy] //梯度的幅度 int *pGradMag pGradMag = new int[sz.cx*sz.cy] //对原图高斯滤波 GaussianSmooth(sz,pGray,pGaussSmooth,sigma) //计算方向导数和梯度的幅度 Grad(sz,pGaussSmooth,pGradX,pGradY,pGradMag) //应用非最大抑制 NonmaxSuppress(pGradMag,pGradX,pGradY,sz,pResult) //应用Hysteresis,找到所有边界 Hysteresis(pGradMag,sz,dRatLow,dRatHigh,pResult) delete[] pGradX pGradX = NULL delete[] pGradY pGradY = NULL -//Canny operator void Canny (LPBYTE pGray. SIZE sz, double sigma, double dRatLow. double dRatHigh. LPBYTE pResult) (//after Gaussian filtering of images LPBYTE pGaussS mooth unsigned pGaussSmooth = new char [sz.cx* sz.cy]// x direction derivative indicators pGradX pGradX int* = new int [ sz.cx* sz.cy]// int* y direction pGradY pGradY = new int [sz.cx* sz.cy]// gradient magnitude int* pGradMag pGradMag = new int [sz.cx* sz.cy]// maximum Gaussian filter to GaussianSmo oth (sz, pGray, pGaussSmooth. sigma)// calculate derivative and the gradient range Grad (sz. pGaussSmooth, pGradX, pGradY. pGradMag)// non-application of the biggest inhibition NonmaxSuppress (pGradMa g, pGradX, pGradY, sz, pResult)// Application Hysteresis, find all border Hysteresis (pGradMag, sz, dRa
Date
: 2025-07-06
Size
: 53kb
User
:
王学金
[
GUI Develop
]
Drag-Drop_197889392006
DL : 0
This program explains how to enable the Drag-Drop feature in your application. furthermore you can drop the whole directory into the program and it will add the files in that specific directory into the list.-This program explains how to enable the Dra g-Drop feature in your application. furthermo 're you can drop the whole directory into the prog ram and it will add the files in that specific dir ectory into the list.
Date
: 2025-07-06
Size
: 11kb
User
:
簡宇
[
Graph Drawing
]
drawspare
DL : 0
draw spare,It s very good dra w spare,It s very good-draw spare, It's very good draw spare. It's very good draw spare, It's very good
Date
: 2025-07-06
Size
: 56kb
User
:
[
Menu control
]
skinmenu7777
DL : 0
A Revolutionary New Approach to Custom Drawn Menus - The Code Project - Menu-A Revolutionary New Approach to Custom Dra wn Menus- The Code Project- Menu
Date
: 2025-07-06
Size
: 55kb
User
:
fuhui
[
TreeView
]
Tree
DL : 0
TreeView,ListView控件中拖拉程序得演示-TreeView, ListView control procedures have to drag and drop demo
Date
: 2025-07-06
Size
: 11kb
User
:
在
[
Windows Develop
]
DRA
DL : 0
Dielectric Resonator
Date
: 2025-07-06
Size
: 3kb
User
:
jose miranda
[
OS program
]
raised_cosine
DL : 0
draw raised cosine filter response dra w raised cosine filter response draw raised cosine filter response-draw raised cosine filter response draw raised cosine filter response draw raised cosine filter response draw raised cosine filter response
Date
: 2025-07-06
Size
: 1kb
User
:
teapot72
[
Windows Develop
]
CXGRIDtuodong
DL : 0
CXGRID 拖动演示实现拖动演示的代码-Drag drag CXGRID demo demo code to achieve
Date
: 2025-07-06
Size
: 12kb
User
:
hurry
[
Embeded-SCM Develop
]
dra_psm
DL : 0
利用cadence软件做的常用器件的封装。-The use of cadence software package to do common devices.
Date
: 2025-07-06
Size
: 3.75mb
User
:
zyc
[
ComboBox
]
DrawRect9.9
DL : 0
这个工程是一个简单的视频监控的播放器软件,可以实现双击放大,再双击还原功能,暂时还没有实现播放文件的功能-This project is a simple player software, video surveillance can be achieved double-click to enlarge, and then double-click the Restore feature to temporarily play the file has not yet achieved the function
Date
: 2025-07-06
Size
: 7.78mb
User
:
杨金玲
[
Crack Hack
]
DRA
DL : 0
In the analysis mode, the program calculates the resonant frequency and the unloaded Q-factor, and it estimates the bandwidth of various resonant modes of a dielectric resonator placed on an infinite ground plane. The design mode allows the user to quickly find the resonator dimensions that satisfy the input specifications (resonant frequency and mode, minimum bandwidth, dielectric constant, aspect ratios, etc.). Analysis and design of several resonator shapes, including hemispherical, cylindrical, cylindrical ring, and rectangular cross-section, are supported.-In the analysis mode, the program calculates the resonant frequency and the unloaded Q-factor, and it estimates the bandwidth of various resonant modes of a dielectric resonator placed on an infinite ground plane. The design mode allows the user to quickly find the resonator dimensions that satisfy the input specifications (resonant frequency and mode, minimum bandwidth, dielectric constant, aspect ratios, etc.). Analysis and design of several resonator shapes, including hemispherical, cylindrical, cylindrical ring, and rectangular cross-section, are supported.
Date
: 2025-07-06
Size
: 221kb
User
:
eng
[
Windows Develop
]
4502_lab3
DL : 0
DRA source code for implementation
Date
: 2025-07-06
Size
: 22kb
User
:
zeeneir
[
Audio program
]
DRA
DL : 0
SJT11368-2006 多声道数字音频编解码技术规范-SJT11368-2006 multi-channel digital audio codec specification
Date
: 2025-07-06
Size
: 5.36mb
User
:
yinglively
[
DSP program
]
DRA
DL : 0
This matlab code generates DRA antennas parameters. The reference article is Computer-Aided Design and Analysis of Dielectric Resonator Antennas by Alexandre Perron
Date
: 2025-07-06
Size
: 3kb
User
:
Brave
[
Program doc
]
projet-Etude-des-antennes-DRA-Dielectric-Resonato
DL : 0
Antenna DRA dielectric
Date
: 2025-07-06
Size
: 1.21mb
User
:
maroua
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.