代码搜索结果
找到约 10,000 项符合
Image 的代码
image.cpp
#include "Image.h"
#include
#include
#include "Blas.h"
#include "Idx.h"
using namespace std;
namespace ebl {
bool collide_rect(int x1, int y1, int w1, int h1,
int x2, int y2
image.hpp
/***************************************************************************
* Copyright (C) 2008 by Yann LeCun and Pierre Sermanet *
* yann@cs.nyu.edu, pierre.sermanet@gmail.com *
*
* Redistr
image.h
/***************************************************************************
* Copyright (C) 2008 by Yann LeCun and Pierre Sermanet *
* yann@cs.nyu.edu, pierre.sermanet@gmail.com *
*
* Redistr
image.cpp
#include "Image.h"
#include
#include
#include "Blas.h"
#include "Idx.h"
using namespace std;
namespace ebl {
bool collide_rect(int x1, int y1, int w1, int h1,
int x2, int y2
image.py
"""DOM parser for Image search results
Implement a simple DOM parser for the Yahoo Search Web Services
image search APIs.
"""
__revision__ = "$Id: image.py,v 1.5 2005/10/27 18:07:59 zwoop Exp $"
__
image.py
"""yahoo.search.image - Image Search services module
This module implements the the Image Search web service, to do search
queries on various image formats. There is currently only one class
implemen
image.py
"""Unit tests for all yahoo.search.image classes
"""
import unittest
from searchbase import SearchServiceTest
from yahoo.search.image import *
__revision__ = "$Id: image.py,v 1.2 2007/02/28 05:20
image.java
/*********************************************************************
*
* Copyright (C) 2004 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
image.js
var url = tinyMCE.getParam("external_image_list_url");
if (url != null) {
// Fix relative
if (url.charAt(0) != '/' && url.indexOf('://') == -1)
url = tinyMCE.documentBasePath + "/" + url;