-
Notifications
You must be signed in to change notification settings - Fork 0
/
otherProjects.html
65 lines (57 loc) · 3.21 KB
/
otherProjects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>My projects</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52766593-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="fakeCoinsBase"></div>
<H2>Fake coins base</H2>
iOS version of <a href="http://coins.su/forum/forum/188-baza-po-poddelnym-monetam-rossiiskoi-imperii/">coins.su fake coins database (in Russian)</a>. Actually, I have two reasons to make this app - testing some practice/frameworks/etc and wishing to have this base as offline app with sorting/quering features Video shows interface in Russian. Developing has been stopped. <p>
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed/VHJwwd0Shs8"
frameborder="0"></iframe>
<p><a href="http://coins.su/forum/topic/207256-bd-po-poddelkam-v-vide-mobilnogo-prilozheniya/">disscusion on collectors forum (in Russian)</a></p>
<div id="coinsShaper"></div>
<H2>Finding and cropping coins on big picture</H2>
Small utility on c++ (and python script with more or less same code) with openCV, which can find separate coins on big image via contour detection. Actually, it is just a little sketch which was created with manuals from internet during few evenings
<p><a href="https://github.com/aknew/coinsShaper">sources on Github</a></p>
<!-- Yandex.Metrika informer -->
<a href="https://metrika.yandex.ru/stat/?id=25571072&from=informer"
target="_blank" rel="nofollow"><img src="//bs.yandex.ru/informer/25571072/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" onclick="try{Ya.Metrika.informer({i:this,id:25571072,lang:'ru'});return false}catch(e){}"/></a>
<!-- /Yandex.Metrika informer -->
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter25571072 = new Ya.Metrika({id:25571072,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/25571072" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>