This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sun Oct 4 13:35:21 2020 | |
@author: Kevin | |
Equal distribution by copying. | |
""" | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Fri Oct 2 14:43:23 2020 | |
@author: khoefle | |
""" | |
import cv2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAIABJREFU | |
eJwsu0eWbUmWZLeV6yWPmn3i7pEeGYUACqjKtYAGFtDEQDCZmCM66FRlkAz3z549dplyNAwz0MZR | |
lSMiW8X//b/9X02Q2f06sG2JbWlcEuySwAyBNnimOeDsylErfn9AxRLXhbNUNNujT5HmLDE58i0y | |
Am6VVOkI+o3bb185nX6mHhL1a09tD46nM802Sp0o8x3GHcVa+BpwR0cdPTXPGCnRi6RcNZerwP6P | |
hdYqGUEVM0VVdJOcqiOFSkEyBMW0Skq98+gUr8cjm5hpeWUoiip7npsmdo0xVbpqUE/Ho//B9pY4 | |
7PdMZwmzROsLwiXys4dnT7Urp1fPLDLuR+bweUQfPPWWKPNMcJHQPCVEpNJgRkia8OXKaBzKZKKB | |
3Flejjvq95mYDvxYf6eXAXk60KwghBXXCdr3nhg1WVypnWT3YY8qD4qqtFhJsSEGTXOaumXefvvC | |
p59/oWWFc4avf73jjyN60rx+2CN2G9sU6Aqoe2SloH7aoU6J7e+N7bHRHRyPcMcJT+8VWTumLbOJ | |
idM6oKtHqCtn37OIQDee0K7yFIEpwX62CCDGQD9rZjmTvMG2Hp5wOkqieXCrknro6UMj1oDQmvlR | |
8CEwpQ71alBkjk9YWuBhCmociIvCtEwWG1kVPp8NaS6kr4nz4YWGptQZmws30VO/D7jeIV4erF9m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h = get(0,'children'); | |
for i=1:length(h) | |
saveas(h(i), ['figure' num2str(i)], 'fig'); | |
end |