代码搜索:pre-processing
找到约 47 项符合「pre-processing」的源代码
代码结果 47
www.eeworm.com/read/373012/9478948
1 getdp.1
.\" $Id: getdp.1,v 1.32 2006/02/28 18:49:55 geuzaine Exp $
.TH GetDP 1 "28 February 2006" "GetDP 1.2" "GetDP Manual Pages"
.UC 4
.\" *******************************************************************
www.eeworm.com/read/161506/10400250
m char1.m
%% Character Recognition Example (I):Image Pre-processing
%% Manual Cropping
img = imread('sample.bmp');
imshow(img)
imgGray = rgb2gray(img);
imgCrop = imcrop(imgGray);
imshow(imgCrop)
%%
www.eeworm.com/read/404623/11481386
cpp stcpreprocess.cpp
///////////////////////////////////////////////////////////////////////////
//
// NAME
// StcPreProcess.cpp -- pre-process the images to clean them up or normalize them
//
// DESCRIPTION
// Cu
www.eeworm.com/read/323831/13313867
h preprocessing.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/297751/7997924
java myinterceptor.java
import sun.rmi.runtime.Log;
public class MyInterceptor implements Interceptor {
public void before(InvocationInfo invInfo) {
System.out.println("Pre-processing");
}
public void after(I
www.eeworm.com/read/150884/12252897
py process.py
"""Spectral pre-processing
A selection of spectral pre-processing functions including
scaling, filtering, derivatisation and baseline correction
for use on vibrational spectroscopic data
$Id:
www.eeworm.com/read/257388/11932357
c lucas_com.c
/**
*
*/
/**pre-processing directives for version control*/
#define DEBUG
#define PRE_2_6
/**pre-processing directives for functionality*/
#define easy_printk(x) printk(KERN_INFO x)
#define easy_print