-
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1...
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data -clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data
- 2022-10-23 08:30:04下载
- 积分:1
-
Implements a TIF compatible LZW encoding/decoding algorithm
Implements a TIF compatible LZW encoding/decoding algorithm
- 2022-02-15 15:28:52下载
- 积分:1
-
从原始格式(raw)读取图像数据格式,非常有用。
从原始格式(raw)读取图像数据格式,非常有用。-Format from the original (raw) image data format to read, very useful.
- 2022-08-11 04:57:23下载
- 积分:1
-
一个经典的流体模拟源代码,花了很长时间在网上找到的。
一个经典的流体模拟源代码,花了很长时间在网上找到的。-Fluid simulation of a classical source code, took a long time to find online.
- 2022-02-02 08:47:40下载
- 积分:1
-
image processing operations C source code (dip1)
图像处理作业C++源代码(dip1)-image processing operations C source code (dip1)
- 2022-01-31 08:10:59下载
- 积分:1
-
一个类似于Windows系统下Task Manager的实时动态绘图程序。
一个类似于Windows系统下Task Manager的实时动态绘图程序。-A system similar to Windows Task Manager under the real-time dynamic graphics program.
- 2023-03-21 21:45:03下载
- 积分:1
-
VC++中对话框的一个简单应用,可以收缩,也可以扩展,加上按扭的使用...
VC++中对话框的一个简单应用,可以收缩,也可以扩展,加上按扭的使用-VC in a simple dialog box application, you can shrink, but also can be expanded, coupled with the use of buttons
- 2022-01-30 14:35:32下载
- 积分:1
-
这个程序实现了图像的滤波,经过滤之后,图像噪点可以被去除...
这个程序实现了图像的滤波,经过滤之后,图像噪点可以被去除-This procedure realize image filtering, followed by filtering, image noise can be removed
- 2022-07-22 03:11:00下载
- 积分:1
-
自己编制的一个对图像进行翻转操作的程序,基于opencv
自己编制的一个对图像进行翻转操作的程序,基于opencv-The preparation of their own image of a flip operation procedures, based on the opencv
- 2022-04-08 02:54:36下载
- 积分:1
-
用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没...
用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没有看到相关的文章或者源代码,据我所知,HyperSnap-DX好像是捕捉播放的视频图像的一个工具。
我做了一个示例程序,当你使用播放器播放视频文件的时候,运行这个程序,在“Option”菜单中选择“Start Caputre”即可进行捕捉,在“File”菜单可以选择“Save...”菜单可以保存捕捉的图像为bmp文件。-is used to capture video broadcast images of the document window, for example the use of Media Player. This function using DirectX and DirectShow may be very easy to achieve. At that time, I did not see the article or source code, as far as I know, HyperSnap- DX is like to catch the broadcast of a video image tools. I have done a sample procedure, when you use players to play video files, the operating procedures, "Option" menu, select "Start Caputre" of catching, in the "File" menu select "Save ..." menu can be saved as image capture bmp document.
- 2022-05-08 22:45:11下载
- 积分:1