代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/156401/5611815
java myship.java
import javax.microedition.lcdui.*;
class MyShip extends Sprite {
private Image shipImg;
private Image burstImg;
MyShip() {
// 取得图像
try {
shipImg = Imag
www.eeworm.com/read/292735/8337203
bas imageprocess.bas
Attribute VB_Name = "ImageProcess"
'ImageProcess.bas
'Some functions about image porcess
'- - - - - - - - - - - - - - - - - - - - - - - - - -
'捕捉并处理图像
'ProcessImage and Capture
'used the Vid
www.eeworm.com/read/147877/12513146
m imagepartition.m
%**************************************************************************
% filename: ImagePartition.m
% function: 实现图像的区域分割,把答题区域有效分割出来
% date: 2006.01.17
% programmer: Lj
%***************
www.eeworm.com/read/146608/12635016
cpp splitproc.cpp
// ************************************************************************
// 文件名:SplitProc.cpp
//
// 图像分割处理函数库:
//
// RgnGrow() - 区域生长
// ContourDIB() - 轮廓提取
// TraceDIB() - 边界跟踪
www.eeworm.com/read/105865/15657095
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "图像拖放"
ClientHeight = 4155
ClientLeft = 60
ClientTop = 345
ClientWidth = 3450
LinkTopic =
www.eeworm.com/read/105865/15657226
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "旋转图像"
ClientHeight = 5460
ClientLeft = 60
ClientTop = 345
ClientWidth = 7980
LinkTopic =
www.eeworm.com/read/105865/15657304
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "图像动画"
ClientHeight = 4620
ClientLeft = 165
ClientTop = 735
ClientWidth = 6450
LinkTopic
www.eeworm.com/read/100919/15860665
h imageformat.h
#ifndef __FOO_IMAGEFORMAT_H__
#define __FOO_IMAGEFORMAT_H__
#include
#pragma once
//=============================================================================
// PCX 图像文件头
//=
www.eeworm.com/read/188543/8530043
m 13-11.m
I = imread('saturn.tif');
J = imnoise(I,'salt & pepper',0.02);
%图像添加盐椒噪声
subplot(121),imshow(J)
title('含有噪声的原图像')
J=double(J);
f=fft2(J);
g=fftshift(f);
[M,N]=size(f);
n=3;d0=20;
n1=floor(M/
www.eeworm.com/read/386328/8753783
m ksw_2d_ga_improve.m
%%%利用二维最佳直方图熵法(KSW熵法)及改进遗传算法实现灰度图像阈值分割
%%%主程序
%%初始部分,读取图像及计算相关信息
clear;
close all;
clc;
%format long;
I=imread('Lenna_noise.bmp');
windowsize=3;
I_temp=I;
for i=2:255