-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
23 lines (23 loc) · 992 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Piotr's Matlab Toolbox</title>
<meta name="keywords" content="image processing, Piotr Dollar, matlab, toolbox">
<meta name="description" content="Documentation for Piotr's Toolbox">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="m2html © 2003 Guillaume Flandin">
<meta name="robots" content="index, follow">
<link type="text/css" rel="stylesheet" href="m2html.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<frameset cols="20%, 80%">
<frame name="menu" src="menu.html" noresize=true></frame>
<frame name="function" src="overview.html" noresize=true></frame>
</frameset>
<noframe>
Sorry, your browser doesn't support frames.
Go to <a href="menu.html">menu.html</a> for the documentation of all
the Matlab functions.
</noframe>
</html>