代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/354849/3073394
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example035_获得图像上任意一点的颜色值
{
///
www.eeworm.com/read/173693/9641585
cpp videopro.cpp
// VideoPro.cpp : implementation file
//
#include
#include "AGV.h"
#include "VideoPro.h"
#include
//#include "Hough.h"
#include "HSI.h"
// 在计算图像大小时,采用公式:biSizeImage = b
www.eeworm.com/read/172257/9715694
m l8_2.m
%程序L8_2.m: 四叉树区域分割与合并法%
image1=imread('L8_2.bmp');%读取图像
s=qtdecomp(image1,0.1); %qtdecomp就是“四叉树分解”函数
www.eeworm.com/read/265715/11255845
frm frmimagesearch.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmImageSearch
Caption = "图像查找"
ClientHeight = 6855
ClientLeft =
www.eeworm.com/read/236337/14020046
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 94
Top = 109
Width = 544
Height = 375
Caption = '图像淡入淡出效果的实现'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/104413/15694706
txt 如何捕获视频。.txt
作者:wflm
email: wflm@263.net
日期:6/22/2001 1:44:29 AM
捕获当前屏幕图像。
希望多多交流。8-)
package com.borland.samples.welcome;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
www.eeworm.com/read/102854/15755904
aspx imagebutton2.aspx
public void MM_OnClick(Object sender,ImageClickEventArgs e)
{
//取得点击图像的坐标
int PageX = e.X;
int PageY = e.Y;
if(PageX>57 && PageX58 && Pag
www.eeworm.com/read/389274/8537072
m example36_hough.m
%example36_Hough
%==============
%==============
[x,a,bw,r]=delt(I);
r=mat2gray(r);
figure('name','Hough变换','numbertitle','off');
rZoom=imresize(r,[96,96],'bilinear'); %为方便在界面上显示,将图像r放大
su