Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Chunming Li的水平集代码程序 ... , C. Gatenby, D. N. Metaxas, and J. C. Gore, "A Level Set Method for Image Segmentation in the Presence of Intensity Inhomogeneities with Application to MRI", IEEE Trans. Image Processing, vol. 20 (7), pp. 2007-2016, 2011. (pdf, BibTex, 60+ ...
  • LBP Matlab工具包 ... LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern % coded image or the local binary pattern histogram of an intensity % image I. The LBP codes are computed using N sampling points on a % circle of radius R and using mapping table defined ...
  • 轮胎检测程序 我自己设计的完美运行 RGB = imread('待测轮胎.jpg'); I = rgb2gray(RGB); % convert to intensity I1 = I(1:313,1:50); I2 = imrotate(I1, 90); %翻转90度 figure(10),imshow(I2); imwrite(I2,'C:\Users\邓\Desktop\视频信号处理\luntai\模板.jpg');
  • 雷达技术知识 ... j< Figure 2. Angle of Incidence. Figure displays concept of reflection and refraction of light according to angle of incidence. The intensity of light is greater as the angle of incidence approaches nadir. (Jenkins, F.A., White, RE. "Fundamentals ...
  • Electromagnetic Field Theory Fundamentals 2nd ed - B. Guru, H. H... ... 3.1 Introduction 3.2 Coulomb’s Law 3.3 Electric Field Intensity 3.4 Electric Flux and Electric Flux Density 3.5 The ... Problems 3 ELECTROSTATICS 3.1 Introduction 3.2 Coulomb’s Law 3.3 Electric Field Intensity 3.3.1 Electric Field Intensity Due to ...
  • DeckLinkCapture 使用DeckLink视频采集卡采集视频,包括高清(SDI)和标清(Intensity Pro)视频,可录像工程源码。
  • Single Image Haze Removal Using Dark Channel Prior ... haze-free images. It is based on a key observation—most local patches in outdoor haze-free images contain some pixels whose intensity is very low in at least one color channel. Using this prior with the haze imaging model, we can directly estimate the ...
  • LDB特征提取算法 ... an image patch. LDB directly computes a binary string using simple intensity and gradient difference tests on pairwise grid cells within the patch. Relying on integral images, the average intensity and gradients of each grid cell can be obtained by ...
  • 数据采集与工控界面图形控件ActiveDAQ Pro的使用 图形控件包含各种图形表现方式,包括LED显示、NumEditor编辑、Slider棒图、Button按钮、Knob旋钮、Graph图表、Intensity强度图等,用户能够很容易地对测量的数据进行图形表现。
  • matlab“全能”颜色转换代码 ... 'YDbDr' = SECAM Luma + Chroma 'HSV' or 'HSB' = Hue Saturation Value/Brightness 'HSL' or 'HLS' = Hue Saturation Luminance 'HSI' = Hue Saturation Intensity 'XYZ' = CIE XYZ 'Lab' = CIE L*a*b* (CIELAB) 'Luv' = CIE L*u*v* (CIELUV) 'LCH' = CIE L*C*H* ( ...