image thumbnail

updated 4 months ago

Automatic Terrain Generation by Tucker McClure

A set a tools for generating artificial terrain and other rough phenomena mapped over a 2D surface. (terrain, landscape, mapping)

Demonstration of Algorithmic Terrain Generation

generate_brownian_mesh(n, zm)

generate_brownian_tri(n, nm, r0, el, rr)

image thumbnail

updated 4 months ago

Figure Rotator by Tucker McClure

Allows a user to easily navigate around a target point in a 3D figure using a mouse. (rotate figure, camera, orbit)

FigureRotator

example_figure_rotator.m

image thumbnail

updated 8 months ago

Matlab Offscreen Rendering Toolbox by Tianli Yu

Project 3D mesh onto image using off screen OpenGL rendering, determine face color, visibilty, etc. (off screen, camera, triangular mesh)

BatchFaceColorGrad(FM, VM, CamParamSA, ...

CamS2Vector1(CamParamS)

CamSInterp1(CamParam1S, CamParam2S, lamda)

image thumbnail

updated 10 months ago

image effect by 123456

lets you take a picture or browse for it and put some effects on it (image processing, gui, invert color)

CameraSettings(varargin)

invclr(varargin)

waitbar(X,varargin)

image thumbnail

updated 1 year ago

READIS2: Import IS2 files (Fluke infrared camera) by François Beauducel

Read thermal infrared and visible images from Fluke .IS2 binary files. (infrared, thermography, data import)

readis2.m

image thumbnail

updated 1 year ago

CameraGUI by Georg D

access all connected cameras, take snapshots, record streams, access and process frames in realtime (gui, image processing, camera)

CameraGUI(varargin)

RealtimeProcess(camobj, capturetime, frameinterval, process...

RecordToAvi(camobj, capturetime, destfile, frameinterval)

image thumbnail

updated 1 year ago

camview by Oliver Woodford

Get and set full figure view parameterization, and use a camera projection matrix to set the view. (figure, view, camera)

camview(varargin)

image thumbnail

updated 2 years ago

Motion Detection by Harsha Vardhan

Motion Detection using videos recorded still camera (cricket, camera, motion detection)

motion(A,B)

motio.m

image thumbnail

updated 2 years ago

Pyramid built by UFO by Gustavo Orellana

Using matrix transformations and light to create ufo building pyramid. (ufo, translations, rotations)

antenna(zpos,height,rad)

dome(zpos, dimMult)

drawBlocks(n,position)

image thumbnail

updated almost 3 years ago

Fly a 747 with MATLAB: Shaky Camera Effect, Sound Effect by Saurabh Mahapatra

Special effects added algorithmically (simulink, 3d, animation)

terrain_plane.m

image thumbnail

updated almost 3 years ago

mouse3d by Dirk-Jan Kroon

Easily zoom, pan, rotate the camera in a Matlab axis with left/center/right mouse button (mouse, mouse control, 3d)

mouse3d(varargin)

image thumbnail

updated 3 years ago

Matlab Apogee Camera interface by Christopher Wilcox

ActiveX server to connect to the Apogee Windows Driver. (image, apogee, camera)

data=Get_Apogee_Image(exp)

image thumbnail

updated almost 4 years ago

Image Aquisition by Eric

Three VC++ MEX projects enabling simple access to any VfW-source (with multiple cam support). (videoinput, ocvgrab, opencv)

image thumbnail

updated almost 4 years ago

RealTime Video Recorded (RVR) by ashish

RTR is a tool to capture real time videoes from external device like webcam. (recorder, snapshot, compiler)

image thumbnail

updated 4 years ago

Camera Manipulation by Joel Feenstra

Demonstrates camera manipulation with roll, pitch, and yaw. (data exploration, roll, pitch)

cam_manip.m

image thumbnail

updated almost 5 years ago

FireWire Vision Tools by Frank Wornle

A simple MATLAB interface to "FireWire Digital Cameras" and the Color Machine Vision algorithms "CMV (camera, application, firewire)

filterYUVimage(yuv, rgbIn, yMin, yMax, uMin, uMax, vMin, vM...

isalphanum(instr)

rgb2yuv(src)

image thumbnail

updated 5 years ago

Real Time Microphone and Camera data acquisition and audio-video processing by Theodoros Giannakopoulos

This Matlab-code is a demo for real-time audio and image processing. (audio processing, video processing, camera)

realTimeMic(duration, nBlocks, useVideo)

zcr(signal,windowLength, step, fs);

image thumbnail

updated 5 years ago

Machine Vision System - Color Recognition by Vihang Patil

This gui is a demonstration on the concept of machine vision system for color recognition (color recognition, camera, machine vision)

control_panel(varargin)

eyekon

intialcheck

image thumbnail

updated 8 years ago

Movie sequence by Olivier Salvado

Build a movie sequence and generate a avi file (data exploration, movie, camera)

CamSeqGUI(varargin)

CamSeqGen(cam,fps,method);

CamSeqPlay(seq,fps,filename);

Contact us