代码搜索结果
找到约 10,000 项符合
Display 的代码
torr_display_epipoles.m
% By Philip Torr 2002
% copyright Microsoft Corp.
% so we display an epipolar line in an image
function torr_display_epipoles(Fmat1,matches, m3)
x1 = matches(:,1);
y1 = matches(:,2);
u1 =
torr_display_epipolar.m
% By Philip Torr 2002
% copyright Microsoft Corp.
% so we display an epipolar line from image 1 into image 2
%%%%%%%
function torr_display_epipolar(f,ax_handle2,ax_handle3,m3)
% (x2 y2 m3)
torr_display_matches.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%a function to display the images matches
%matches, figure, display_numbers
function f1 = torr_display_matches(matches,display_numbers,f1)
display-x11.c
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C) 200
display_res_icon.rc
#include "windows.h"
#include "Display_Res_Icon.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&x
display_res_icon.cpp
#include
#include "Display_Res_Icon.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion()
display_res_icon.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
display_res_icon.mak
# Nmake macros for building Windows 32-Bit apps
all: Displa~1.exe
# Update the resource if necessary
Displa~1.res: Displa~1.rc Displa~1.h
rc -r -fo Displa~1.res Displa~1.rc
# Update t