2022-02-23 23:37:24 +00:00
<!DOCTYPE html>
< html lang = "en" dir = "ltr" >
< head >
2022-04-17 15:29:50 +01:00
< meta name = "generator" content = "Hugo 0.96.0" / >
2022-02-23 23:37:24 +00:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "Autophotographer # This project aims to automate the process of selecting “aesthetic” images from a video feed." >
< meta name = "theme-color" content = "#FFFFFF" > < meta property = "og:title" content = "Homepage" / >
< meta property = "og:description" content = "" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://mmp.oscar.blue/" / >
< title > Homepage | MMP | Oscar Pocock< / title >
< link rel = "manifest" href = "/manifest.json" >
< link rel = "icon" href = "/favicon.png" type = "image/x-icon" >
< link rel = "stylesheet" href = "/book.min.68be0b7a9674f2a612ce0e9b2e9447ff4b7ac96546e06b642bfd3ded0ca490ef.css" integrity = "sha256-aL4LepZ08qYSzg6bLpRH/0t6yWVG4GtkK/097QykkO8=" >
2022-04-17 15:29:50 +01:00
< script defer src = "/en.search.min.0c8af0cffc76d081a5a819e52dfdb147c344002d63293b8ad6697c1cbe08a5f2.js" integrity = "sha256-DIrwz/x20IGlqBnlLf2xR8NEAC1jKTuK1ml8HL4IpfI=" > < / script >
2022-02-23 23:37:24 +00:00
< script defer src = "/sw.min.6f6f90fcb8eb1c49ec389838e6b801d0de19430b8e516902f8d75c3c8bd98739.js" integrity = "sha256-b2+Q/LjrHEnsOJg45rgB0N4ZQwuOUWkC+NdcPIvZhzk=" > < / script >
< link rel = "alternate" type = "application/rss+xml" href = "https://mmp.oscar.blue/index.xml" title = "MMP | Oscar Pocock" / >
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
< / head >
< body dir = "ltr" >
< input type = "checkbox" class = "hidden toggle" id = "menu-control" / >
< input type = "checkbox" class = "hidden toggle" id = "toc-control" / >
< main class = "container flex" >
< aside class = "book-menu" >
< div class = "book-menu-content" >
< nav >
< h2 class = "book-brand" >
< a href = "/" > < span > MMP | Oscar Pocock< / span >
< / a >
< / h2 >
< div class = "book-search" >
< input type = "text" id = "book-search-input" placeholder = "Search" aria-label = "Search" maxlength = "64" data-hotkeys = "s/" / >
< div class = "book-search-spinner hidden" > < / div >
< ul id = "book-search-results" > < / ul >
< / div >
< ul >
< li class = "book-section-flat" >
< a href = "https://mmp.oscar.blue/docs/developer/" class = "" > Developer Documentation< / a >
< ul >
< / ul >
< / li >
< li class = "book-section-flat" >
< a href = "https://mmp.oscar.blue/docs/user/" class = "" > User Documentation< / a >
< ul >
< / ul >
< / li >
< / ul >
< ul >
< li >
< a href = "/posts/" >
Blog
< / a >
< / li >
< li >
< a href = "https://teaching.dcs.aber.ac.uk/mmp" target = "_blank" rel = "noopener" >
Aberystwyth MMP Site
< / a >
< / li >
< li >
< a href = "https://git.oscar.blue" target = "_blank" rel = "noopener" >
Source Code
< / a >
< / li >
< / ul >
< / nav >
2022-03-28 16:46:12 +01:00
< script > ( function ( ) { var e = document . querySelector ( "aside.book-menu nav" ) ; addEventListener ( "beforeunload" , function ( ) { localStorage . setItem ( "menu.scrollTop" , e . scrollTop ) } ) , e . scrollTop = localStorage . getItem ( "menu.scrollTop" ) } ) ( ) < / script >
2022-02-23 23:37:24 +00:00
< / div >
< / aside >
< div class = "book-page" >
< header class = "book-header" >
< div class = "flex align-center justify-between" >
< label for = "menu-control" >
< img src = "/svg/menu.svg" class = "book-icon" alt = "Menu" / >
< / label >
< strong > Homepage< / strong >
< label for = "toc-control" >
< / label >
< / div >
< / header >
< article class = "markdown" > < h1 id = "autophotographer" >
Autophotographer
< a class = "anchor" href = "#autophotographer" > #< / a >
< / h1 >
< p > This project aims to automate the process of selecting “ aesthetic” images from a video feed.< / p >
< / article >
< footer class = "book-footer" >
< div class = "flex flex-wrap justify-between" >
< / div >
< / footer >
< div class = "book-comments" >
< / div >
< label for = "menu-control" class = "hidden book-menu-overlay" > < / label >
< / div >
< / main >
< / body >
< / html >