Welcome![Sign In][Sign Up]
Location:
Search - DRA

Search list

[Windows Developreply_1_855734

Description: // 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
Platform: | Size: 54607 | Author: 王学金 | Hits:

[GUI DevelopDrag-Drop_197889392006

Description: 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.
Platform: | Size: 11459 | Author: 簡宇 | Hits:

[Other resourcedrawspare

Description: 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
Platform: | Size: 57698 | Author: 何斌 | Hits:

[Menu controlskinmenu7777

Description: 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
Platform: | Size: 56948 | Author: fuhui | Hits:

[Otherdraft-ietf-simple-xcap-07

Description: 最新的xcap协议,用在3g业务的POC业务系统中,非常新-latest xcap agreement with the POC 3g business operations system, very new! !
Platform: | Size: 33792 | Author: 赵草 | Hits:

[Windows Developreply_1_855734

Description: // 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
Platform: | Size: 54272 | Author: 王学金 | Hits:

[GUI DevelopDrag-Drop_197889392006

Description: 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.
Platform: | Size: 11264 | Author: 簡宇 | Hits:

[Graph Drawingdrawspare

Description: 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
Platform: | Size: 57344 | Author: | Hits:

[Menu controlskinmenu7777

Description: 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
Platform: | Size: 56320 | Author: fuhui | Hits:

[TreeViewTree

Description: TreeView,ListView控件中拖拉程序得演示-TreeView, ListView control procedures have to drag and drop demo
Platform: | Size: 11264 | Author: | Hits:

[Windows DevelopDRA

Description: Dielectric Resonator
Platform: | Size: 3072 | Author: jose miranda | Hits:

[OS programraised_cosine

Description: 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
Platform: | Size: 1024 | Author: teapot72 | Hits:

[Windows DevelopCXGRIDtuodong

Description: CXGRID 拖动演示实现拖动演示的代码-Drag drag CXGRID demo demo code to achieve
Platform: | Size: 12288 | Author: hurry | Hits:

[Embeded-SCM Developdra_psm

Description: 利用cadence软件做的常用器件的封装。-The use of cadence software package to do common devices.
Platform: | Size: 3933184 | Author: zyc | Hits:

[ComboBoxDrawRect9.9

Description: 这个工程是一个简单的视频监控的播放器软件,可以实现双击放大,再双击还原功能,暂时还没有实现播放文件的功能-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
Platform: | Size: 8162304 | Author: 杨金玲 | Hits:

[Crack HackDRA

Description: 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.
Platform: | Size: 226304 | Author: eng | Hits:

[Windows Develop4502_lab3

Description: DRA source code for implementation
Platform: | Size: 22528 | Author: zeeneir | Hits:

[Audio programDRA

Description: SJT11368-2006 多声道数字音频编解码技术规范-SJT11368-2006 multi-channel digital audio codec specification
Platform: | Size: 5615616 | Author: yinglively | Hits:

[DSP programDRA

Description: This matlab code generates DRA antennas parameters. The reference article is Computer-Aided Design and Analysis of Dielectric Resonator Antennas by Alexandre Perron
Platform: | Size: 3072 | Author: Brave | Hits:

[Program docprojet-Etude-des-antennes-DRA-Dielectric-Resonato

Description: Antenna DRA dielectric
Platform: | Size: 1272832 | Author: maroua | Hits:
« 12 »

CodeBus www.codebus.net